|
|
|
BlueCielo Meridian Global Collaboration Framework 2012 Administrator's Guide | BlueCielo ECM Solutions |
When the Meridian Global Collaboration Framework is deployed to a new site, if you start with an empty vault at the new site, virtually the entire source vault will need to be sent to the new site upon the first update transfer. Such a transfer can use a lot of system resources and processing time that could affect the production at both sites.
Cloning a vault is typically needed in two scenarios:
The easiest way to initialize the new site's vault is to make a backup (clone) of an existing vault and to restore it to the new site. Then the new site will immediately have a local copy of every document at the source site and only subsequent updates will be sent to the new site when transfers begin executing. The following procedure is appropriate when most or all of the documents should be available on all sites.
Following are the recommended procedures for cloning a vault in the preceding scenarios. For other scenarios, contact BlueCielo ECM Solutions Technical Support.
Note Documents must not be modified while this procedure is being performed or the changes might not get replicated. Executing the commands in this procedure (GCFAdminAddNewShare and GCFAdminSetGCFLock) might take a lot of time in vaults that contain many documents. For example, it can take a whole day (24 hours) for vaults with 250,000 documents. If work areas exist in the vaults, the commands GCFAdminAddNewShare and GCFAdminSetGCFLock should be executed in all work areas that will be used with GCF.
Scenario 1:
Disable the GCF export processor scheduled task at all GCF sites.
Scenario 1 and Scenario 2
Perform the following steps for the source vault in both scenarios:
Set the following constants
Const SOURCESHARENAME = "<SourceVaultShareName>"
Const NEWSHARENAME = "<NewVaultShareName>"
Const StartCollaborationForSource = False in scenario 1 or True in scenario 2.
For example, in scenario 1 with a source site that has a share name of GCFSite1 and you want to create a new site with the share name GCFSiteN:
Const SOURCESHARENAME = "GCFSite1"
Const NEWSHARENAME = "GCFSiteN"
Const StartCollaborationForSource = False
For example, in scenario 2 with a source site that has a share name of GCFSite1 and you want to create a new site with the share name GCFSite2:
Const SOURCESHARENAME = "GCFSite1"
Const NEWSHARENAME = "GCFSite2"
Const StartCollaborationForSource = True
Select all folders and documents in the root of the vault and from the shortcut menu execute the command GCFAdminAddNewShare. Ignore any warning messages that state that the function is not available for folders.
The command will do the following:
Perform the following steps at the new site in both scenarios:
Select all folders and documents in the root of the vault and from the shortcut menu execute the command GCFAdminSetGCFLock. Ignore any warning messages that state that the function is not available for folders. The command will set the GCF lock ID for all documents that are owned by the source vault.
For all vaults that you have modified, perform the following steps:
The cloned vault is now ready to be updated from the source site.
Related concepts
About Global Collaboration Framework administration
Understanding update transfers
Related tasks
Copyright © 2000-2014 BlueCielo ECM Solutions |